HomeSort by relevance Sort by last modified time
    Searched full:parameter1 (Results 1 - 20 of 20) sorted by null

  /art/compiler/optimizing/
nodes_test.cc 79 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot); local
81 entry->AddInstruction(parameter1);
85 ASSERT_FALSE(parameter1->HasUses());
87 HInstruction* to_insert = new (&allocator) HNullCheck(parameter1, 0);
90 ASSERT_TRUE(parameter1->HasUses());
91 ASSERT_TRUE(parameter1->GetUses().HasOnlyOneUse());
125 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot); local
126 HInstruction* with_environment = new (&allocator) HNullCheck(parameter1, 0);
127 entry->AddInstruction(parameter1);
131 ASSERT_TRUE(parameter1->HasUses())
    [all...]
bounds_check_elimination_test.cc 51 HInstruction* parameter1 = new (&allocator) local
55 entry->AddInstruction(parameter1);
71 HNullCheck* null_check = new (&allocator) HNullCheck(parameter1, 0);
84 null_check = new (&allocator) HNullCheck(parameter1, 0);
95 null_check = new (&allocator) HNullCheck(parameter1, 0);
108 null_check = new (&allocator) HNullCheck(parameter1, 0);
156 HInstruction* parameter1 = new (&allocator) local
160 entry->AddInstruction(parameter1);
178 HNullCheck* null_check = new (&allocator) HNullCheck(parameter1, 0);
228 HInstruction* parameter1 = new (&allocator local
    [all...]
  /frameworks/wilhelm/src/
ThreadPool.c 40 int parameter1 = closure.mParameter1; local
46 (*handler_ppi)(context1, context2, parameter1);
54 (*handler_ppii)(context1, context2, parameter1, parameter2);
63 (*handler_piipp)(context1, parameter1, parameter2, context2, context3);
251 void *context1, void *context2, void *context3, int parameter1, int parameter2)
277 closure->mParameter1 = parameter1;
372 void *context1, void *context2, int parameter1)
376 context1, context2, NULL, parameter1, 0);
380 void *context1, void *context2, int parameter1, int parameter2)
384 context1, context2, NULL, parameter1, parameter2)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyStoreBuilderParametersTest.java 69 lsFiled.add("Parameter1");
78 String[] param = {"Parameter1", "Parameter2", "Parameter3"};
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 124 ULONG Parameter1);
144 ULONG Parameter1);
147 ULONG FunctionCode, ULONG Parameter1);
150 ULONG FunctionCode, ULONG Parameter1);
153 ULONG FunctionCode, ULONG Parameter1);
156 ULONG FunctionCode, ULONG Parameter1);
159 ULONG FunctionCode, ULONG Parameter1);
162 ULONG FunctionCode, ULONG Parameter1);
165 ULONG FunctionCode, ULONG Parameter1);
168 ULONG FunctionCode, ULONG Parameter1);
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 118 ULONG Parameter1);
138 ULONG Parameter1);
141 ULONG FunctionCode, ULONG Parameter1);
144 ULONG FunctionCode, ULONG Parameter1);
147 ULONG FunctionCode, ULONG Parameter1);
150 ULONG FunctionCode, ULONG Parameter1);
153 ULONG FunctionCode, ULONG Parameter1);
156 ULONG FunctionCode, ULONG Parameter1);
159 ULONG FunctionCode, ULONG Parameter1);
162 ULONG FunctionCode, ULONG Parameter1);
    [all...]
  /external/parameter-framework/tools/xmlGenerator/analyse/
replaceAmixerByPfwParameters.sh 44 /.../parameter1 alsa mixeur 1
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 151 TypeMirror parameter1 = parameters.get(0).asType(); local
153 if (parameter1.getKind() == TypeKind.DECLARED &&
154 typeUtils.isAssignable(parameter1, viewElement)) {
160 if (!typeUtils.isAssignable(parameter1, viewStubProxy)) {
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 54 void foo1 (${{PARAMETER1}})
143 "PARAMETER1" : self.param1,
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 60 void foo1 (${{PARAMETER1}})
158 "PARAMETER1" : self.param1,
  /external/parameter-framework/tools/xmlGenerator/
README.md 135 parameter1 = "egg"
143 - `/System/some_element/parameter1` to "egg"
  /external/opencv/cv/src/
cvdominants.cpp 360 double parameter1, double parameter2, double parameter3, double parameter4 )
380 int dmin = cvRound(parameter1);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 295 @AnnotationB @AnnotationC public void method(String parameter1, String parameter2) {}
296 @AnnotationB @AnnotationC public void parameters(@AnnotationB @AnnotationD String parameter1,
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 392 * int parameter1 = param1;
393 * Integer boxed1 = Integer.valueOf(parameter1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bugcodes.h 698 /* Approximate msg: If Parameter1 == 0, an executive worker item was found in memory which */
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 41 * { ?= call <procedurename> [( [parameter1,parameter2,...] )] }
44 * { call <procedurename> [( [parameter1,parameter2,...] )] }
    [all...]
  /external/opencv/cv/include/
cv.h 726 double parameter1 CV_DEFAULT(0),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1108 IN PVOID Parameter1 OPTIONAL,
    [all...]
wmidata.h     [all...]

Completed in 2923 milliseconds