Home
last modified time | relevance | path

Searched refs:Drop (Results 1 – 25 of 113) sorted by relevance

12345

/external/freetype/
DREADME.android7 1. Drop unused build files (Jamfiles, {module,rules}.mk)
8 2. Drop src directories for unused modules:
10 3. Drop src/{bzip2,tools,lzw,otvalid,gxvalid}
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop;
/external/v8/src/arm64/
Dbuiltins-arm64.cc242 __ Drop(1); in Generate_StringConstructCode() local
610 __ Drop(1); in Generate_JSConstructStubHelper() local
672 __ Drop(1); in Generate_JSConstructStubHelper() local
913 __ Drop(1); in Generate_NotifyStubFailureHelper() local
950 __ Drop(1); // Remove state. in Generate_NotifyDeoptimizedHelper() local
957 __ Drop(2); // Remove state and TOS. in Generate_NotifyDeoptimizedHelper() local
1167 __ Drop(1); in Generate_FunctionCall() local
1354 __ Drop(3); in Generate_FunctionApply() local
1368 __ Drop(3); in Generate_FunctionApply() local
1415 __ Drop(1); in LeaveArgumentsAdaptorFrame() local
[all …]
Dfull-codegen-arm64.cc574 __ Drop(count); in DropAndPlug() local
582 __ Drop(count); in DropAndPlug() local
590 if (count > 1) __ Drop(count - 1); in DropAndPlug() local
599 __ Drop(count); in DropAndPlug() local
1048 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1064 __ Drop(1); in VisitSwitchStatement() local
1069 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1076 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1176 __ Drop(1); in VisitForInStatement() local
1260 __ Drop(5); in VisitForInStatement() local
[all …]
/external/v8/test/cctest/
Dtest-code-stubs-arm64.cc99 __ Drop(1, kDoubleSize); in MakeConvertDToIFuncTrampoline() local
111 __ Drop(1, kDoubleSize); in MakeConvertDToIFuncTrampoline() local
/external/vixl/examples/
Dswap-int32.cc49 __ Drop(8); in GenerateSwapInt32() local
Dswap4.cc43 __ Drop(16); in GenerateSwap4() local
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src77 * Maintenance Drop Number.
88 * Development Drop Number.
/external/llvm/tools/gold/
Dgold-plugin.cpp612 DenseSet<GlobalValue *> Drop; in getModuleForFile() local
657 Drop.insert(GV); in getModuleForFile()
684 Drop.insert(GV); in getModuleForFile()
703 LocalValueMaterializer Materializer(Drop); in getModuleForFile()
712 for (auto *GV : Drop) in getModuleForFile()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DVersion.src109 * Maintenance Drop Number.
123 * Development Drop Number.
/external/apache-xml/src/main/java/org/apache/xalan/
DVersion.src112 * Maintenance Drop Number.
126 * Development Drop Number.
/external/v8/src/
Dhydrogen-osr.cc56 environment->Drop(length - first_expression_index); in BuildOsrLoopEntry()
Dfull-codegen.cc511 __ Drop(1); in PlugTOS() local
994 __ Drop(1); in VisitLogicalExpression() local
1009 __ Drop(1); in VisitLogicalExpression() local
1169 __ Drop(stack_depth); in VisitContinueStatement() local
1197 __ Drop(stack_depth); in VisitBreakStatement() local
1218 __ Drop(stack_depth); in EmitUnwindBeforeReturn() local
1598 __ Drop(*stack_depth); in Exit() local
Dhydrogen.cc1121 env->Drop(drop_count); in BeginBody()
4694 Drop(drop_extra); in VisitContinueStatement()
4726 Drop(drop_extra); in VisitBreakStatement()
4876 Drop(1); // tag_value in VisitSwitchStatement()
4884 Drop(1); // tag_value in VisitSwitchStatement()
5146 Drop(5); in VisitForInStatement()
5792 Drop(1); // array literal index in VisitArrayLiteral()
6438 if (!ast_context()->IsEffect()) Drop(1); in BuildStore()
6461 if (!ast_context()->IsEffect()) Drop(1); in BuildStore()
7268 Drop(1); // Arguments object. in TryArgumentsAccess()
[all …]
/external/llvm/test/DebugInfo/ARM/
Dselectiondag-deadcode.ll14 ; crash. Drop the dbg_value instead.
/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle26 d XML_SAVE_NO_DECL... Drop xml declaration
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
/external/sepolicy/
Dadbd.te18 # Drop capabilities from bounding set on user builds.
Dzygote.te9 # Drop capabilities from bounding set.
/external/okhttp/
DCHANGELOG.md87 * Fix: Drop NPN support. Going forward we support ALPN only.
335 * Drop authentication headers on redirect.
365 * Drop ALPN support in Android. There's a concurrency bug in all
442 * Fix: Drop the `okhttp-protocols` module.
451 * Fix: Drop `Content-Length` header when redirected from POST to GET.
/external/v8/src/x64/
Dregexp-macro-assembler-x64.h246 inline void Drop();
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
DREADME.rst94 Drop-in
/external/v8/src/mips64/
Dfull-codegen-mips64.cc570 __ Drop(count); in DropAndPlug() local
578 __ Drop(count); in DropAndPlug() local
586 if (count > 1) __ Drop(count - 1); in DropAndPlug() local
595 __ Drop(count); in DropAndPlug() local
1038 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1056 __ Drop(1); in VisitSwitchStatement() local
1061 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1068 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1170 __ Drop(1); in VisitForInStatement() local
1256 __ Drop(5); in VisitForInStatement() local
[all …]
/external/v8/src/arm/
Dfull-codegen-arm.cc588 __ Drop(count); in DropAndPlug() local
596 __ Drop(count); in DropAndPlug() local
604 if (count > 1) __ Drop(count - 1); in DropAndPlug() local
613 __ Drop(count); in DropAndPlug() local
1051 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1069 __ Drop(1); in VisitSwitchStatement() local
1075 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1082 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1188 __ Drop(1); in VisitForInStatement() local
1274 __ Drop(5); in VisitForInStatement() local
[all …]
/external/v8/src/mips/
Dfull-codegen-mips.cc574 __ Drop(count); in DropAndPlug() local
582 __ Drop(count); in DropAndPlug() local
590 if (count > 1) __ Drop(count - 1); in DropAndPlug() local
599 __ Drop(count); in DropAndPlug() local
1043 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1061 __ Drop(1); in VisitSwitchStatement() local
1066 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1073 __ Drop(1); // Switch value is no longer needed. in VisitSwitchStatement() local
1175 __ Drop(1); in VisitForInStatement() local
1261 __ Drop(5); in VisitForInStatement() local
[all …]

12345