/third_party/python/Lib/ |
H A D | turtle.py | 933 def push(self, item): member in Tbuffer 1970 self.undobuffer.push(["seq"]) 2411 self.undobuffer.push(("pen", _p_buf)) 3093 self.undobuffer.push(("stamp", stitem)) 3179 self.undobuffer.push(undo_entry) 3283 self.undobuffer.push(("rot", angle, self._degreesPerAU)) 3344 self.undobuffer.push(("beginfill", self._fillitem)) 3364 self.undobuffer.push(("dofill", self._fillitem)) 3398 self.undobuffer.push(("dot", item)) 3402 self.undobuffer.push(["se [all...] |
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 312 __ push(ip); in Generate_PushArguments() 784 __ push(r4); in Generate_ConstructedNonConstructable() 843 __ push(r0); in Generate_JSEntryVariant() 846 __ push(kConstantPoolRegister); in Generate_JSEntryVariant() 849 __ push(r0); in Generate_JSEntryVariant() 850 __ push(r0); in Generate_JSEntryVariant() 855 __ push(r0); in Generate_JSEntryVariant() 884 __ push(scratch); // frame-type in Generate_JSEntryVariant() 1007 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1577 // If ok, push undefine in Generate_InterpreterEntryTrampoline() [all...] |
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | async_task.h | 108 que.push(task.release()); in Push()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mem.h | 212 #pragma pack(push, 1) /* 涉及位域操作,按1字节对齐 */
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_comm.h | 136 #pragma pack(push, 1)
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.h | 156 releaseFences_.push(fd);
in SetReleaseFence()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | synth_filter_neon.S | 24 push {r3-r11,lr}
|
H A D | mpegvideo_neon.S | 77 push {r4-r6,lr}
|
/third_party/curl/lib/ |
H A D | timeval.c | 46 #pragma warning(push) in Curl_now()
|
/third_party/curl/src/ |
H A D | tool_main.c | 223 #pragma GCC diagnostic push
|
/third_party/glslang/SPIRV/ |
H A D | doc.h | 173 void push(OperandClass oc, const char* d, bool opt = false) in push() function in spv::OperandParameters
|
/third_party/icu/icu4c/source/tools/icuinfo/ |
H A D | icuinfo.cpp | 95 #pragma warning(push) in cmd_version()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | BurmeseBreakEngine.java | 199 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 201 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
H A D | KhmerBreakEngine.java | 207 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 209 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
H A D | LaoBreakEngine.java | 207 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 209 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BurmeseBreakEngine.java | 213 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 215 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
H A D | KhmerBreakEngine.java | 217 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 219 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
H A D | LaoBreakEngine.java | 216 // Did we find a word on this iteration? If so, push it on the break stack in divideUpDictionaryRange() 218 foundBreaks.push(Integer.valueOf(current + wordLength)); in divideUpDictionaryRange()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit_impl.h | 363 #pragma warning(push)
|
/third_party/icu/icu4c/source/common/ |
H A D | umutex.h | 49 #pragma clang diagnostic push
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_main.h | 52 #pragma clang diagnostic push
|
/third_party/libdrm/include/drm/ |
H A D | nouveau_drm.h | 171 __u64 push; member
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | iteration_proxy.hpp | 218 #pragma clang diagnostic push
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.h | 30 #pragma pack(push)
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_own_keys.js | 169 keyslist.push("K" + idx);
|