HomeSort by relevance Sort by last modified time
    Searched full:input_type (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/compile/libbcc/runtime/test/timing/
divdi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
moddi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
muldi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
udivdi3.c 4 #define INPUT_TYPE uint64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
umoddi3.c 4 #define INPUT_TYPE uint64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
floatdidf.c 4 #define INPUT_TYPE int64_t
16 double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatdisf.c 4 #define INPUT_TYPE int64_t
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatdixf.c 4 #define INPUT_TYPE int64_t
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatundisf.c 4 #define INPUT_TYPE uint64_t
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatundixf.c 4 #define INPUT_TYPE uint64_t
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
negdi2.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
19 INPUT_TYPE input[INPUT_SIZE];
ashldi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
ashrdi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
lshrdi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
FieldContext.java 39 static final String INPUT_TYPE = "inputType";
72 bundle.putInt(INPUT_TYPE, info.inputType);
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 58 AutocompleteInput::Type input_type,
  /external/valgrind/tsan/
ts_offline.cc 361 if (G_flags->input_type == "bin") {
363 } else if (G_flags->input_type == "decode") {
371 } else if (G_flags->input_type == "str") {
374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str());
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 93 input_type=None,
317 input_type: '.protobuf_unittest.FooRequest'
322 input_type: '.protobuf_unittest.BarRequest'
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 188 vars["input"] = ClassName(method->input_type());
233 vars["input"] = ClassName(method->input_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
416 vars["input"] = ClassName(method->input_type());
431 vars["input"] = ClassName(method->input_type());
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 474 const std::string input_type(
475 AutocompleteInput::TypeToString(log.input_type));
476 if (!input_type.empty())
477 WriteAttribute("inputtype", input_type);
  /packages/apps/Stk/res/layout/
stk_input.xml 52 android:id="@+id/input_type"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 80 typedef typename _Distribution::input_type result_type;
152 typedef typename _Distribution::input_type result_type;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 80 typedef typename _Distribution::input_type result_type;
152 typedef typename _Distribution::input_type result_type;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 80 typedef typename _Distribution::input_type result_type;
152 typedef typename _Distribution::input_type result_type;
    [all...]

Completed in 2613 milliseconds

1 2 3