HomeSort by relevance Sort by last modified time
    Searched refs:ending (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/COFF/
invalid-endef.s 3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
  /external/replicaisland/src/com/replica/replicaisland/
EventRecorder.java 45 synchronized void setLastEnding(int ending) {
46 mLastEnding = ending;
GameOverActivity.java 138 mEndingView = (TextView)findViewById(R.id.ending);
142 final int ending = prefs.getInt(PreferenceConstants.PREFERENCE_LAST_ENDING, -1); local
159 if (ending == AnimationPlayerActivity.KABOCHA_ENDING) {
161 } else if (ending == AnimationPlayerActivity.ROKUDOU_ENDING) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bspec802.s 4 % an ending LOP-something, hence a non-LOP_QUOTE in the name.
bspec803.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section flags.
bspec804.s 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec805.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
bspec806.s 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
  /prebuilts/go/darwin-x86/src/runtime/
memclr_arm64.s 25 BEQ ending
41 TBZ $0, R1, ending
44 ending: label
  /prebuilts/go/linux-x86/src/runtime/
memclr_arm64.s 25 BEQ ending
41 TBZ $0, R1, ending
44 ending: label
  /development/tools/line_endings/
line_endings.c 28 enum { UNIX, DOS } ending; local
36 ending = UNIX;
39 ending = DOS;
81 if (ending == UNIX) {
  /prebuilts/go/darwin-x86/test/
eof1.go 7 // Test that a comment ending a source file does not need a final newline.
  /prebuilts/go/linux-x86/test/
eof1.go 7 // Test that a comment ending a source file does not need a final newline.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax2.s 6 # part of the name when ending a label at the beginning of a line.
  /external/dng_sdk/source/
dng_string.h 137 void SetLineEndings (char ending);
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 93 struct ending { struct in class:android::NBLog
237 static const size_t kOverhead = sizeof(entry) + sizeof(ending);
239 static const ssize_t kPreviousLengthOffset = - sizeof(ending) +
240 offsetof(ending, length);
  /external/snakeyaml/
mvnw.bat 29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
46 @REM check for pre script, once with legacy .bat ending and once with .cmd ending
167 @REM check for post script, once with legacy .bat ending and once with .cmd ending
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
rewrite.go 68 // found an id ending in the final tiny fringe. That's OK.
74 // Slide ending tiny-sized fringe to beginning of buffer.
  /prebuilts/go/darwin-x86/src/cmd/internal/edit/
edit.go 69 // Sort edits by starting position and then by ending position.
70 // Breaking ties by ending position allows insertions at point x
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
rewrite.go 68 // found an id ending in the final tiny fringe. That's OK.
74 // Slide ending tiny-sized fringe to beginning of buffer.
  /prebuilts/go/linux-x86/src/cmd/internal/edit/
edit.go 69 // Sort edits by starting position and then by ending position.
70 // Breaking ties by ending position allows insertions at point x
  /external/Microsoft-GSL/
CONTRIBUTING.md 29 * To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue10303.go 49 // due to variables ending up on different pages.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue10303.go 49 // due to variables ending up on different pages.
  /external/mesa3d/src/mesa/main/
version.c 34 * Scans 'string' to see if it ends with 'ending'.
37 check_for_ending(const char *string, const char *ending)
40 const size_t len2 = strlen(ending);
45 return strcmp(string + (len1 - len2), ending) == 0;

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 910