Home
last modified time | relevance | path

Searched +defs:val +defs:source (Results 326 – 350 of 2727) sorted by relevance

1...<<11121314151617181920>>...110

/aosp_15_r20/out/soong/.intermediates/external/xmp_toolkit/XMPCore/xmp_toolkit/android_common/javac/
Dxmp_toolkit.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dmodules.c224 const semanage_module_info_t *source, in semanage_module_info_clone()
747 unsigned long val; in semanage_string_to_priority() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dcdef_avx2.cc454 void CdefDirection_AVX2(const void* LIBGAV1_RESTRICT const source, in CdefDirection_AVX2()
568 inline __m256i ApplyConstrainAndTap(const __m256i& pixel, const __m256i& val, in ApplyConstrainAndTap()
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp66 android::Source source; member
691 void SetVerbose(bool val) { in SetVerbose()
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
H A DBaseHdmiCecCtsTest.java442 String val = getSettingsValue(device, setting); in setSettingsValue() local
655 public void simulateCecSinkConnected(ITestDevice device, LogicalAddress source) in simulateCecSinkConnected()
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp747 android::Source source; in DeserializeItemMetaDataFromPb() local
930 android::Res_value val = {}; in DeserializeItemFromPbInternal() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.c187 #define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) argument
212 #define REGEX_REALLOCATE(source, osize, nsize) \ argument
405 #define EXTRACT_NUMBER(destination, source) \ argument
413 extract_number (dest, source) in extract_number() argument
432 #define EXTRACT_NUMBER_AND_INCR(destination, source) \ argument
440 extract_number_and_incr (destination, source) in extract_number_and_incr() argument
2888 int val; local
/aosp_15_r20/external/guice/extensions/persist/lib/
HDognl-2.6.7.jar ... OgnlException int i Object result ognl.OgnlContext context Object source public java.lang.String getExpressionOperator (int) ...
/aosp_15_r20/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
HDexoplayer_dev-hls_20150123.jar ... .android.exoplayer.audio.AudioTrack$InitializationException val$e final synthetic com.google.android. ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/ext/android_common/withres/
Dext.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.c55 static char *cur_ptr, *source; variable
1479 int val; in parse_empty_args() local
1631 struct dir_info *dest, *source = dir_ent->our_dir; in eval_move() local
1748 static int subdirectory(struct dir_info *source, struct dir_info *dest) in subdirectory()
1876 struct dir_info *source = dir_ent->our_dir, in move_file() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp1215 void GLW_APIENTRY debug_proc(glw::GLenum source, glw::GLenum type, glw::GLuint id, glw::GLenum seve… in debug_proc()
1497 const glw::GLbyte val = ptr[i]; in calculate_values_from_source() local
1511 const glw::GLubyte val = ptr[i]; in calculate_values_from_source() local
1525 const glw::GLshort val = ptr[i]; in calculate_values_from_source() local
1539 const glw::GLushort val = ptr[i]; in calculate_values_from_source() local
1553 const glw::GLint val = ptr[i]; in calculate_values_from_source() local
1567 const glw::GLuint val = ptr[i]; in calculate_values_from_source() local
1581 const glw::GLfloat val = ptr[i]; in calculate_values_from_source() local
1593 const glw::GLhalf val = ptr[i]; in calculate_values_from_source() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java524 public void transform(Source source) throws TransformerException in transform()
536 public void transform(Source source, boolean shouldRelease) throws TransformerException in transform()
2774 public void pushCurrentFuncResult(Object val) { in pushCurrentFuncResult()
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.equinox.preferences_3.7.100.v20180510-1129.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/javac/
Dframework-bluetooth.jar ... .bluetooth.IBluetoothVolumeControl service android.content.AttributionSource source private void registerCallbackFn (android.bluetooth.IBluetoothVolumeControl) ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/javac/
Dframework-bluetooth.jar ... .bluetooth.IBluetoothVolumeControl service android.content.AttributionSource source private void registerCallbackFn (android.bluetooth.IBluetoothVolumeControl) ...
/aosp_15_r20/external/lz4/lib/
H A Dlz4hc.c136 U64 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read64() local
168 unsigned LZ4HC_NbCommonBytes32(U32 val) in LZ4HC_NbCommonBytes32()
1123 const char* const source, in LZ4HC_compress_hashChain()
1538 int LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int t… in LZ4_compress_HC_destSize()
1824 const char* const source, in LZ4HC_compress_optimal()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jar ... .CharsetEncoder encoder final synthetic java.io.OutputStreamWriter val$bw final synthetic com.sun.codemodel. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jar ... .CharsetEncoder encoder final synthetic java.io.OutputStreamWriter val$bw final synthetic com.sun.codemodel. ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDddmuilib.jar ... synthetic com.android.ddmuilib.SyncProgressHelper$SyncRunnable val$runnable final synthetic String val$progressMessage final synthetic ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-15/
Dframework.jar ... .os.Parcel) android.os.Parcel source public int getSpanTypeId () public int getSpanTypeIdInternal () ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar15 ... private boolean mIsTerminated final synthetic android.speech.IModelDownloadListener val$listener final synthetic android.speech.RecognitionService this ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDognl-3.0.jar ... ognl.OgnlException boolean constant ognl.OgnlContext context Object source protected void evaluateSetValueBody (ognl.OgnlContext, java. ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
HDcommons-lang3-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

1...<<11121314151617181920>>...110