Home
last modified time | relevance | path

Searched full:just (Results 2376 - 2400 of 17229) sorted by relevance

1...<<919293949596979899100>>...690

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_test.js316 // This test just documents our behavior in those cases.
332 // This test just documents our behavior in those cases.
348 // This test just documents our behavior in those cases.
669 // This test just documents our behavior in those cases.
717 // This test just documents our behavior in those cases.
819 // This test just documents our behavior in those cases.
1128 // This test just documents our behavior in those cases.
1225 // This test just documents our behavior in those cases.
1324 // This test just documents our behavior in those cases.
1520 // This test just document
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_pass_donate_modules_test.cpp217 // We just check that the result is valid. Checking to what it should be in TEST()
524 // We just check that the result is valid. Checking to what it should be
596 // We just check that the result is valid. Checking to what it should be
724 // We just check that the result is valid. Checking to what it should be
820 // We just check that the result is valid. Checking to what it should be
952 // We just check that the result is valid. Checking to what it should be
1088 // We just check that the result is valid. Checking to what it should be
1170 // We just check that the result is valid. Checking to what it should be
1257 // We just check that the result is valid. Checking to what it should be
1361 // We just chec
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py134 are assumed to already be encoded in UTF-8. Obviously, if you're just using
380 Most objects just use their name as the comment, but PBXProject uses
735 # curly, but I guess this is just another one of those inconsistencies
951 # the full value of path. If path is already just a leaf name, name will
1025 just the set of path components. Because hashables are inherited from
1190 # It is not sufficient to just rely on name and parent to build a unique
1506 # just use this object's hashables, they're not specific and unique enough
1828 # It is not sufficient to just rely on Name() to get the
1938 # having access to a real pathname and not just an object's Name().
1956 # maintains the object's dicts. Better yet, callers can just cal
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py134 are assumed to already be encoded in UTF-8. Obviously, if you're just using
380 Most objects just use their name as the comment, but PBXProject uses
735 # curly, but I guess this is just another one of those inconsistencies
951 # the full value of path. If path is already just a leaf name, name will
1025 just the set of path components. Because hashables are inherited from
1190 # It is not sufficient to just rely on name and parent to build a unique
1506 # just use this object's hashables, they're not specific and unique enough
1828 # It is not sufficient to just rely on Name() to get the
1938 # having access to a real pathname and not just an object's Name().
1956 # maintains the object's dicts. Better yet, callers can just cal
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp203 // When the loop exit is directly unswitched we just need to update the in rewritePHINodesForUnswitchedExitBlock()
319 // Because we just hoisted a loop out of this one, we have essentially in hoistLoopToNewParent()
325 // here is the (just split by unswitching) preheader. However, after trivial in hoistLoopToNewParent()
374 // When true, we're fully unswitching the branch rather than just unswitching in unswitchTrivialBranch()
764 // We removed all the exit cases, so we just copy the cases to the in unswitchTrivialSwitch()
1315 // We don't want to just add the cloned loop blocks based on how we in buildClonedLoops()
1318 // that logic, we just re-walk the original blocks (and those of the child in buildClonedLoops()
1340 // header so once we pass the header checks we can just clone the entire in buildClonedLoops()
1378 // matter as we're just trying to build up the map from inside-out; we use in buildClonedLoops()
1413 // We just inser in buildClonedLoops()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp24 // If egl 1.5 headers not available, just define the values here.
37 // If EGL_KHR_create_context extension not defined in headers, so just define the values here.
47 // If EGL_KHR_gl_colorspace extension not defined in headers, so just define the values here.
55 // If #ifndef EGL_KHR_no_config_context extension not defined in headers, so just define the values here.
897 // Or just disconnect context/surface from plat_.display (which currently is EGL_DEFAULT_DISPLAY...) in SetContext()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp190 LOGE("[CommAggr][Release] DecreaseLocalLabel Fail, Just Log, errCode=%d.", errCode); in ReleaseCommunicator()
264 LOGE("[CommAggr][Activate] IncreaseLocalLabel Fail, Just Log, errCode=%d.", errCode); in ActivateCommunicator()
457 // Finalize the task that just scheduled in TaskFinalizer()
499 LOGI("[CommAggr][Receive] Empty frame, just ignore in this version of distributeddb."); in OnBytesReceive()
959 // Case that no need to split a frame, just use original buffer as a packet in SendOnceData()
/third_party/backends/backend/
H A Dniash.c45 /* Just to avoid conflicts between niash backend and testtool */
157 just in case the sane gamma table would be smaller */
460 /* if the (too low) calibration values have just been acquired in _WaitForLamp()
1314 /* perform a simple calibration just before scanning */ in sane_start()
1341 so instead we just scan and throw away the data until the top */ in sane_start()
/third_party/cJSON/
H A DREADME.md69 It's like XML, but fat-free. You use it to move data around, store things, or just
86 Because the entire library is only one C file and one header file, you can just copy `cJSON.h` and `cJSON.c` to your projects source and start using it.
208 An item of this type represents a JSON value. The type is stored in `type` as a bit-flag (**this means that you cannot find out the type by just comparing the value of `type`**).
541 Note that there are no NULL checks except for the result of `cJSON_Parse` because `cJSON_GetObjectItemCaseSensitive` checks for `NULL` inputs already, so a `NULL` value is just propagated and `cJSON_IsNumber` and `cJSON_IsString` return `0` if the input is `NULL`.
551 cJSON only supports UTF-8 encoded input. In most cases it doesn't reject invalid UTF-8 as input though, it just propagates it through as is. As long as the input doesn't contain invalid UTF-8, the output will always be valid UTF-8.
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h79 * not exist (even in root), then this class will fall back to just 'Eras', that is,
507 * just leap month patterns as needed for Chinese lunar calendar.
811 * For the others, just get from format/abbreviated, ignore set.
819 * For the others, just get from format/abbreviated, ignore set.
988 * Delete just the zone strings.
/third_party/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp322 // and just do a simple for loop. in getRestrictionLevel()
633 // Just in case it's not, round it up. in SpoofData()
886 // Prefight operation? Just return the size in uspoof_swap()
919 // the output buffer. The simplest way to do that is to just zero the whole thing. in uspoof_swap()
942 // uint8_t fFormatVersion[4] // Do not swap this, just copy in uspoof_swap()
/third_party/libuv/src/unix/
H A Dprocess.c381 * is just done as an optimistic privilege dropping function. in uv__process_child_init()
395 /* Reset signal mask just before exec. */ in uv__process_child_init()
469 /* If initialization fails, no need to de-init, just return */ in uv__spawn_set_posix_spawn_attrs()
544 /* If initialization fails, no need to de-init, just return */ in uv__spawn_set_posix_spawn_file_actions()
886 * default back to the fork/execve strategy. For all other errors, just fail. */ in uv__spawn_and_init_child()
/third_party/libuv/src/win/
H A Dprocess.c322 * - When cmd.exe cannot read a directory, it will just skip it and go on
400 /* Next slice starts just after where the previous one ended */ in search_path()
471 * No embedded double quotes or backlashes, so I can just wrap in quote_cmd_arg()
845 /* If we're closing, don't call the exit callback. Just schedule a close in uv__process_proc_exit()
1102 * When that happens we just swallow the error and continue without in uv_spawn()
/third_party/libwebsockets/READMEs/
H A DREADME.ctest.md38 The main tests just need `-DLWS_WITH_MINIMAL_EXAMPLES=1`. You can optionally set
53 We must take care to run the pieces (.so etc) we just built, without having
56 we just built, to ensure precedence of those in the search path we can set our
309 nspawn networking context, you cannot just use a well-known port like 7681.
320 that port selections won't conflict. If not using Sai, you can just set this
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_lrz.c204 /* We need to always have an LRZ view just to disable it if there is a in tu_lrz_init_state()
324 * dynamically disabled. It doesn't matter which we use, so just leave in tu_lrz_begin_renderpass()
525 * so we just pick the first one with depth cleared and clear the LRZ. in tu_lrz_clear_depth_image()
703 * - If Z isn't written and direction IS locked it's possible to just in tu6_calculate_lrz_state()
730 * we could just temporary disable LRZ. in tu6_calculate_lrz_state()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c183 /* Whether the first or last range are going to be totally removed or just in radv_amdgpu_winsys_bo_virtual_bind()
386 /* Just be robust for callers that might use NULL-ness for determining if things should be freed. in radv_amdgpu_winsys_bo_create()
455 * APUs, we could just set GTT. However, in order to decrease in radv_amdgpu_winsys_bo_create()
616 /* Just be robust for callers that might use NULL-ness for determining if things should be freed. in radv_amdgpu_winsys_bo_from_ptr()
692 /* Just be robust for callers that might use NULL-ness for determining if things should be freed. in radv_amdgpu_winsys_bo_from_fd()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c210 * hook just because he sent his POST data in lws_read_h1()
346 * If we previously just did POLLIN when IN and OUT were signaled in lws_h1_server_socket_service()
423 /* just ignore incoming if waiting for close */ in lws_h1_server_socket_service()
425 lwsl_notice("%s: just ignoring\n", __func__); in lws_h1_server_socket_service()
543 * it's done. That's the case even if we just completed the in lws_h1_server_socket_service()
/third_party/node/src/
H A Dnode_errors.cc24 using v8::Just;
387 // It is done just to preserve the source line as soon as possible. in ReportFatalException()
450 // Not an error object. Just print as-is. in ReportFatalException()
563 // exceptions. If it does, just ignore it. in ModifyCodeGenerationFromStrings()
1104 // much we can do, so we just print whatever is useful and crash. in TriggerUncaughtException()
/third_party/openGLES/extensions/EXT/
H A DEXT_disjoint_timer_query.txt467 significant bits of the result, not just the least significant
523 significant bits of the result, not just the least significant
592 completion of the BeginQuery and EndQuery commands, or just time
682 (13) Why is this done as a separate extension instead of just supporting
730 ARM, Qualcomm, and possibly other vendors work. This is just an
H A DEXT_framebuffer_sRGB.txt88 for sRGB just prior to being written into the framebuffer.
396 (mostly likely just RGB8 and RGBA8) that says sRGB blending can
401 just provide the functionality for sRGB update and blending for
480 just 8-bit?
638 sRGB color space just like analog monitors.
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c746 * TODO seems a tad optimistic just saying yes to everything here. in _mesa_query_internal_format_default()
820 * per-se, so we can't just call _mesa_get_texture_dimension directly.
965 * is called just to try to get a preferred format. If not supported, in _mesa_GetInternalformativ()
1482 * GetTexParameter just returns in _mesa_GetInternalformativ()
1484 * just with the purpose of getting the value. in _mesa_GetInternalformativ()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dquery-selector-all.js180 // otherwise just maps all currently found objs
186 // just filters that item out
396 // no lookupProperties just means its a top level property, see if it matches
578 // this edge has no in-range candidates, just move on
923 // This never changes ever we just pass it around. But we can't scope it to
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.cpp322 // and just do a simple for loop. in getRestrictionLevel()
633 // Just in case it's not, round it up. in SpoofData()
886 // Prefight operation? Just return the size in uspoof_swap()
919 // the output buffer. The simplest way to do that is to just zero the whole thing. in uspoof_swap()
942 // uint8_t fFormatVersion[4] // Do not swap this, just copy in uspoof_swap()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtfmtsym.h79 * not exist (even in root), then this class will fall back to just 'Eras', that is,
507 * just leap month patterns as needed for Chinese lunar calendar.
811 * For the others, just get from format/abbreviated, ignore set.
819 * For the others, just get from format/abbreviated, ignore set.
988 * Delete just the zone strings.
/third_party/node/deps/npm/node_modules/semver/
H A DREADME.md28 You can also just load the module for the function that you care about, if
35 // or just load the bits you need
36 // all of them listed here, just pick and choose what you want
135 multiple versions to the utility will just sort them.
596 You may pull in just the part of this semver utility that you need, if you

Completed in 47 milliseconds

1...<<919293949596979899100>>...690