HomeSort by relevance Sort by last modified time
    Searched refs:INDEX (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strcpy-slm.S 67 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
69 movslq (%r11, INDEX, SCALE), %rcx; \
    [all...]
sse4-memcmp-slm.S 74 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
76 movslq (%r11, INDEX, SCALE), %rcx; \
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 9 else ?>index.html<?cs /if ?>">
34 else ?>index.html<?cs /if ?>"><?cs
56 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
486 window.location = "/sdk/installing/index.html?pkg=studio";
489 window.location = "/sdk/installing/index.html?pkg=tools";
514 <?cs # THIS DIV WAS OPENED IN INDEX.JD ?>
  /external/v8/src/js/
typedarray.js 58 macro DECLARE_GLOBALS(INDEX, NAME, SIZE)
535 function TypedArrayIndexOf(element, index) {
542 var n = TO_INTEGER(index);
569 function TypedArrayLastIndexOf(element, index) {
580 n = TO_INTEGER(index);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 86 #define DIAG(INDEX) \
87 position->index += INDEX; \
117 << "' index is larger than Type <id> '" << type->id()
171 DIAG(memberIndex) << "Index " << member
175 << " members. Largest valid index is " << memberCount - 1
211 const uint32_t index = inst->words[i + 1]; local
220 if (index >= num_struct_members) {
221 DIAG(i) << "Index " << index
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTIndex.java 343 save(node.getIndex(), rec, kind, ASTPath.INDEX);
658 String className, String methodName, int index) {
661 return ai.formals.get(className).get(methodName).get(index);
IndexFileParser.java 77 * Each of these parses an index file into a {@link AScene}.
926 int index = expectNonNegative(matchNNInteger()); local
982 int index = expectNonNegative(matchNNInteger()); local
1006 int index = expectNonNegative(matchNNInteger()); local
1025 int index = expectNonNegative(matchNNInteger()); local
1105 int index = expectNonNegative(matchNNInteger()); local
1399 int index = matchNNInteger(); local
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java 259 CsmElement.child(ObservableProperty.INDEX),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 331 /* Clause codes. Do not reorder, as this is used to index into the tables
1573 tree index; member in struct:constructor_elt_d
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 955 * Shorthand locations of various utility registers (_I = Index, _C = Channel)
1014 print_temp(const struct tgsi_exec_machine *mach, uint index)
1016 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
1018 debug_printf("Temp[%u] =\n", index);
1608 union tgsi_exec_channel index; local
1791 int index; local
1809 union tgsi_exec_channel index; local
2216 union tgsi_exec_channel index; local
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 673 int index = -1; local
686 return Layout(flags, location, offset, binding, index, set, builtin,
706 case LayoutToken::INDEX:
707 index = this->layoutInt();
825 return Layout(flags, location, offset, binding, index, set, builtin, inputAttachmentIndex,
    [all...]
  /external/skqp/src/sksl/
SkSLParser.cpp 673 int index = -1; local
686 return Layout(flags, location, offset, binding, index, set, builtin,
706 case LayoutToken::INDEX:
707 index = this->layoutInt();
825 return Layout(flags, location, offset, binding, index, set, builtin, inputAttachmentIndex,
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 66 #define DATA_PTR(MEM_OBJ,INDEX) MEM_OBJ->getPtr( INDEX )
272 * traverse from lower to higher index which means that for HAL values that are map to different
6831 int index; local
8317 size_t index = supported_indexes[i]; local
11124 size_t index = 0; local
11183 size_t index = 0; local
    [all...]
  /external/dhcpcd-6.8.2/
if-options.c     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 2357 int index; local
3884 int index = (int)getOutputImageCount(); local
    [all...]
QCameraParameters.cpp 71 const char QCameraParameters::KEY_QC_TOUCH_INDEX_AEC[] = "touch-index-aec";
72 const char QCameraParameters::KEY_QC_TOUCH_INDEX_AF[] = "touch-index-af";
95 const char QCameraParameters::KEY_QC_MIN_FOCUS_POS_INDEX[] = "min-focus-pos-index";
96 const char QCameraParameters::KEY_QC_MAX_FOCUS_POS_INDEX[] = "max-focus-pos-index";
209 const char QCameraParameters::KEY_QC_INITIAL_EXPOSURE_INDEX[] = "initial-exp-index";
11630 int values[5], index=0; local
13104 uint32_t index = captureIndex; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 2421 int index; local
4287 int index = (int)getOutputImageCount(); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp 75 #define DATA_PTR(MEM_OBJ,INDEX) MEM_OBJ->getPtr( INDEX )
342 * traverse from lower to higher index which means that for HAL values that are map to different
9231 int index; local
11296 size_t index = supported_indexes[i]; local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 2200 milliseconds

1 2 34 5 6