HomeSort by relevance Sort by last modified time
    Searched refs:get_args (Results 1 - 25 of 38) sorted by null

1 2

  /external/vulkan-validation-layers/common/
android_util.h 26 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int *count);
android_util.cpp 32 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int *count) { function
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
android_util.h 26 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count);
android_util.cpp 30 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count) function
  /build/make/tools/
generate-enforce-rro-android-manifest.py 34 def get_args(): function
49 args = get_args()
generate-notice-files.py 193 def get_args(): function
219 args = get_args()
  /external/curl/src/
tool_paramhlp.h 44 CURLcode get_args(struct OperationConfig *config, const size_t i);
tool_paramhlp.c 548 CURLcode get_args(struct OperationConfig *config, const size_t i) function
  /external/tensorflow/tensorflow/java/maven/tensorflow-android/
update.py 27 def get_args(): function
84 args = get_args()
  /external/vulkan-validation-layers/demos/smoke/
Main.cpp 71 Game *game = create_game(ShellAndroid::get_args(*app));
ShellAndroid.h 25 static std::vector<std::string> get_args(android_app &app);
ShellAndroid.cpp 61 std::vector<std::string> ShellAndroid::get_args(android_app &app) { function in class:ShellAndroid
  /external/tensorflow/tensorflow/contrib/cmake/tools/
create_def_file.py 81 def get_args(): function
96 args = get_args()
  /system/core/storaged/tools/
ranker.py 41 def get_args(): function
175 args = get_args()
  /system/extras/simpleperf/scripts/
update.py 148 def get_args(): function
170 args = get_args()
  /external/libxcam/modules/ocl/
cl_kernel.h 95 const CLArgList &get_args () const { function in class:XCam::CLKernel
  /development/vndk/snapshot/
check_gpl_license.py 175 def get_args(): function
195 args = get_args()
update.py 180 def get_args(): function
202 args = get_args()
  /external/autotest/frontend/afe/
frontend_test_utils.py 82 attribute_model, get_args = host._get_static_attribute_model_and_args(
84 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
model_logic.py     [all...]
  /prebuilts/ndk/
update.py 142 def get_args(): function
162 args = get_args()
  /external/python/cpython2/Lib/test/
test_getargs2.py 407 from _testcapi import get_args
409 ret = get_args(1, 2)
413 ret = get_args(1, *(2, 3))
417 ret = get_args(*[1, 2])
421 ret = get_args(*TupleSubclass([1, 2]))
425 ret = get_args()
429 ret = get_args(*())
    [all...]
  /external/python/cpython3/Lib/test/
test_getargs2.py 458 from _testcapi import get_args
460 ret = get_args(1, 2)
464 ret = get_args(1, *(2, 3))
468 ret = get_args(*[1, 2])
472 ret = get_args(*TupleSubclass([1, 2]))
476 ret = get_args()
480 ret = get_args(*())
    [all...]
  /external/python/cpython3/Parser/
asdl_c.py 228 def get_args(self, fields): member in class:PrototypeVisitor
256 args = self.get_args(cons.fields)
257 attrs = self.get_args(attrs)
278 self.get_args(prod.fields),
279 self.get_args(prod.attributes),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 225 def get_args(self, fields): member in class:PrototypeVisitor
253 args = self.get_args(cons.fields)
254 attrs = self.get_args(attrs)
275 self.get_args(prod.fields), [], union=False)
    [all...]

Completed in 600 milliseconds

1 2