HomeSort by relevance Sort by last modified time
    Searched refs:Separator (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /prebuilts/go/linux-x86/test/fixedbugs/
bug369.go 27 run("." + string(filepath.Separator) + "a.exe")
  /art/tools/checker/file_format/checker/
struct.py 106 if expression.variant == TestExpression.Variant.Separator:
122 PlainText, Pattern, VarRef, VarDef, Separator = range(5)
151 return TestExpression(TestExpression.Variant.Separator, None, None)
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 129 StringRef Separator = "\n";
136 OS << Indent << Duplex.first << Separator;
142 OS << Indent << InstTxt << Separator;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionMachO.cpp 129 char Separator = ',';
140 OS << Separator;
145 Separator = '+';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 36 import org.eclipse.jface.action.Separator;
112 new Separator().fill(menu, -1);
122 new Separator().fill(menu, -1);
FragmentMenu.java 44 import org.eclipse.jface.action.Separator;
161 new Separator().fill(menu, -1);
172 new Separator().fill(menu, -1);
  /external/llvm/lib/Support/
StringRef.cpp 284 StringRef Separator, int MaxSplit,
293 size_t Idx = S.find(Separator);
302 S = S.slice(Idx + Separator.size(), npos);
310 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator,
319 size_t Idx = S.find(Separator);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 34 import org.eclipse.jface.action.Separator;
227 toolBarManager.add(new Separator());
229 toolBarManager.add(new Separator());
231 toolBarManager.add(new Separator());
234 toolBarManager.add(new Separator());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 39 import org.eclipse.jface.action.Separator;
331 menuManager.add(new Separator());
333 menuManager.add(new Separator());
341 toolBarManager.add(new Separator());
345 toolBarManager.add(new Separator());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 135 assertTrue(contextMenu.get(1) instanceof RuleAction.Separator);
138 assertTrue(contextMenu.get(4) instanceof RuleAction.Separator);
239 assertTrue(nestedActions.get(1) instanceof RuleAction.Separator);
243 assertTrue(nestedActions.get(5) instanceof RuleAction.Separator);
245 assertTrue(nestedActions.get(7) instanceof RuleAction.Separator);
  /art/tools/checker/match/
line.py 28 if expression.variant == TestExpression.Variant.Separator:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 513 CHAR16 *Separator;
597 Separator = StrStr (Path, L"\\");
598 if (Separator != NULL) {
604 if ((*(Separator + 1) == '\0') && ((OpenMode & EFI_FILE_MODE_CREATE) != 0)) {
  /external/boringssl/src/util/
diff_asm.go 33 path = strings.Replace(path, filepath.FromSlash("/fipsmodule/"), string(filepath.Separator), 1)
  /prebuilts/go/darwin-x86/src/path/filepath/
symlink_windows.go 46 i := strings.LastIndexByte(path, Separator)
91 i := strings.LastIndexByte(path, Separator)
path_unix.go 45 return Clean(strings.Join(elem[i:], string(Separator)))
  /prebuilts/go/linux-x86/src/path/filepath/
symlink_windows.go 46 i := strings.LastIndexByte(path, Separator)
91 i := strings.LastIndexByte(path, Separator)
path_unix.go 45 return Clean(strings.Join(elem[i:], string(Separator)))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 129 ## directory separator
236 PLATFORM_DIR = $(WORKSPACE)${separator}${platform_relative_directory}
252 MODULE_DIR = $(WORKSPACE)${separator}${module_relative_directory}
273 BIN_DIR = $(BUILD_DIR)${separator}${architecture}
356 \t-@echo Building ... $(MODULE_DIR)${separator}$(MODULE_FILE) [$(ARCH)]
362 \t-@$(CP) $(DEBUG_DIR)${separator}AutoGen.h $(DEBUG_DIR)${separator}$(MODULE_NAME)StrDefs.h
368 \t${BEGIN}@"$(MAKE)" $(MAKE_FLAGS) -f ${dependent_library_build_directory}${separator}${makefile_name}
375 \t@"$(MAKE)" $(MAKE_FLAGS) -f $(BUILD_DIR)${separator}${makefile_name} fds
397 \t$(RM) $(BIN_DIR)${separator}$(MODULE_NAME).efi
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 36 import org.eclipse.jface.action.Separator;
166 new Separator().fill(mMenu, -1);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringRef.cpp 329 StringRef Separator, int MaxSplit,
338 size_t Idx = S.find(Separator);
347 S = S.slice(Idx + Separator.size(), npos);
355 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator,
364 size_t Idx = S.find(Separator);
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 339 // Show separator between Attendees
343 View Separator = prevItem.findViewById(R.id.contact_separator);
344 if (Separator != null) {
345 Separator.setVisibility(View.VISIBLE);
  /external/llvm/include/llvm/MC/
MCInst.h 187 /// structures, if given. Operators are separated by the \p Separator
190 StringRef Separator = " ") const;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInst.h 161 /// structures, if given. Operators are separated by the \arg Separator
165 StringRef Separator = " ") const;
  /external/v8/src/
json-stringifier.h 100 INLINE(void Separator(bool first));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 197 /// structures, if given. Operators are separated by the \p Separator
200 StringRef Separator = " ") const;

Completed in 3363 milliseconds

1 23 4 5 6 7 8