| /third_party/python/Lib/unittest/test/ |
| H A D | test_case.py | 929 # if the path that uses difflib is taken, _truncateMessage will be
|
| /third_party/python/Parser/ |
| H A D | tokenizer.c | 1060 return Py_CHARMASK(*tok->cur++); /* Fast path */ in tok_nextc()
|
| /third_party/python/Python/ |
| H A D | getargs.c | 2345 /* Fast path. */ in _PyArg_UnpackKeywords()
|
| /third_party/python/Modules/ |
| H A D | _tkinter.c | 837 /* fast path when self and other are identical */ in PyTclObject_richcompare()
|
| H A D | _xxsubinterpretersmodule.c | 1630 /* Fast path */ in channelid_richcompare()
|
| /third_party/python/Objects/ |
| H A D | object.c | 236 return 0; /* this is the normal path out */ in PyObject_CallFinalizerFromDealloc()
|
| /third_party/python/Doc/library/ |
| H A D | time.rst | 743 variable to the path of the required timezone datafile, relative to the root of
|
| H A D | asyncio-task.rst | 401 Setting the delay to 0 provides an optimized path to allow other
|
| /third_party/python/Lib/xmlrpc/ |
| H A D | client.py | 1273 # @param handler Target RPC handler (a path relative to host)
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_test.cc | 168 // Make substring long enough to defeat the copying fast path in Append. in MakeComposite()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | float_conversion.cc | 482 // No width specified. Fast-path. in FinalPrint()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| H A D | hash.h | 797 // Slow dispatch path for calls to CombineContiguousImpl with a size argument
|
| /third_party/rust/crates/regex/ |
| H A D | CHANGELOG.md | 895 change is to provide a backwards compatible path for adding character class
|
| /third_party/rust/crates/regex/src/ |
| H A D | exec.rs | 1406 // Regex sets require a slightly specialized path. in choose_dfa_match_type()
|
| /third_party/spirv-tools/test/opt/ |
| H A D | ccp_test.cpp | 132 ; Only the true path of the conditional is ever executed. The output of this in TEST_F()
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| H A D | qpTestLog.c | 443 * \param testCasePath Full test case path (as seen in Candy).
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius_server.c | 1921 /* Turn off Path MTU discovery on IPv4/UDP sockets. */ in radius_server_disable_pmtu_discovery()
|
| /third_party/sqlite/include/ |
| H A D | sqlite3.h | 3542 ** ^SQLite uses the path component of the URI as the name of the disk file 3543 ** which contains the database. ^If the path begins with a '/' character, 3544 ** then it is interpreted as an absolute path. ^If the path does not begin 3546 ** then the path is interpreted as a relative path. 3547 ** ^(On windows, the first component of an absolute path 3647 ** ^URI hexadecimal escape sequences (%HH) are supported within the path and 3650 ** specifying an octet value. ^Before the path or query components of a 6258 ** TemporaryFolder->Path [all...] |
| /vendor/hisilicon/watchos/patches/ |
| H A D | hi3516dv300.patch | 11558 + char path[PATH_MAX_LEN]; 11566 + memset(path, 0, sizeof(path)); 11567 + (void)scnprintf(path, sizeof(path) - 1, "%s/%s", log_dir, file_name); 11571 + ret = full_write_file(path, kernel_log + sizeof(*pinfo), 11581 + change_own(path, AID_ROOT, AID_SYSTEM); 11904 + char path[PATH_MAX_LEN]; 11912 + memset(path, 0, sizeof(path)); [all...] |
| /third_party/eudev/hwdb/ |
| H A D | 20-pci-vendor-model.hwdb | [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_api_impl_bridge.cpp | 211 panda::StringRef::NewFromUtf8(vm, routerPageResult->path.c_str()), in GetPageInfoByUniqueId() 214 const char* routerPageKeys[] = { "context", "index", "name", "path", "state", "pageId" }; in GetPageInfoByUniqueId() 3824 auto path = panda::ObjectRef::New(vm); in RegisterPathAttributes() local 3825 path->Set(vm, panda::StringRef::NewFromUtf8(vm, "setPathCommands"), in RegisterPathAttributes() 3827 path->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetPathCommands"), in RegisterPathAttributes() 3829 object->Set(vm, panda::StringRef::NewFromUtf8(vm, "path"), path); in RegisterPathAttributes()
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.cpp | 662 Unique ID are implicitly built from the hash of multiple elements that identify the "path" to the UI element. 3173 // (The left mouse button path calls FocusWindow which will lead NewFrame->ClosePopupsOverWindow to trigger) in UpdateMouseMovingWindowEndFrame() 4156 // Because GImGui is not dereferenced in every code path, the static analyzer assume that it may be NULL (which it doesn't for other functions). in IsMousePosValid() 4942 // FIXME: Look into removing the branch so everything can go through this same code path for consistency. in Begin() 6777 // Gently handle the user mistakenly calling OpenPopup() every frame. It is a programming mistake! However, if we were to run the regular code path, the ui in OpenPopupEx() 6855 // FIXME: This code is faulty and we may want to eventually to replace or remove the 'apply_focus_to_window_under=true' path completely. in ClosePopupToLevel() 6861 // For now, we have disabled this path when called from ClosePopupsOverWindow() because the users of ClosePopupsOverWindow() don't need to alter focus anyway, in ClosePopupToLevel()
|
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 3871 nk_font *font = nk_font_atlas_add_from_file(&atlas, "Path/To/Your/TTF_Font.ttf", 13, 0); 3872 nk_font *font2 = nk_font_atlas_add_from_file(&atlas, "Path/To/Your/TTF_Font2.ttf", 16, 0); 3893 nk_font *font = nk_font_atlas_add_from_file(&atlas, "Path/To/Your/TTF_Font.ttf", 13, &cfg); 4655 or a path and outputs vertexes, elements and draw commands. 4661 The draw list is based on a path buffering and polygon and polyline 4673 /* build up path has no connection back to the beginning */ 4675 /* build up path has a connection back to the beginning */ 4767 /* path */ 5829 NK_LIB char *nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc); 7296 nk_file_load(const char* path, nk_siz argument [all...] |
| /third_party/openGLES/specs/gl/ |
| H A D | GLSLangSpec.4.60.html | 2427 Dynamic instances are distinguished by their control-flow path within an 2430 instances of an instruction when they follow the same control-flow path.</p> 2439 invocations in the invocation group execute the same control-flow path (and 2445 executing the same control-flow path, and this re-establishes the existence 6522 shaders where each execution path accesses at most one input per each 6525 errors if they detect that every path through the vertex shader executable 12281 execution path through the shader that does not set <em>gl_Layer</em>, then the 12283 path.</p> 12352 there is a path through the shader that does not assign a value to 12354 executions of the shader that take that path [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 3820 // This path handles both if-then-else and ?: 3928 // TODO: Once SPIR-V OpSelect allows arbitrary types, eliminate this path. in visitSelection() 5155 // we only do the complex path here if it's an aggregate in multiTypeStore() 5820 // This will only happen through the HLSL path for operator[], so we do not have to handle e.g. in createImageTextureFunctionCall() 9718 // hand off to the non-spec-constant path in createSpvConstant()
|