/external/chromium_org/v8/src/ |
log.h | 272 // Emits a code line info start to record event 284 // Heap sampling events: start, end, and individual types. 298 uintptr_t start, 301 uintptr_t start, 305 enum StartEnd { START, END }; 318 if (FLAG_log_internal_timer_events) LogTimerEvent(START);
|
/frameworks/base/core/java/android/widget/ |
FrameLayout.java | 58 private static final int DEFAULT_CHILD_GRAVITY = Gravity.TOP | Gravity.START; 138 * Describes how the foreground is positioned. Defaults to START and TOP. 150 foregroundGravity |= Gravity.START;
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduHeaders.java | 78 public static final int START = 0xAF; 708 case START:
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 21 * "start" START ; SEMI 124 keywords.put("start", new Integer(sym.START)); 197 /** Determine if a character is ok to start an id. 453 /* look for start of code string */
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
CustomLayout.java | 216 public int gravity = Gravity.TOP | Gravity.START;
|
/development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/ |
MainActivity.java | 90 mDrawerLayout.setDrawerShadow(R.drawable.drawer_shadow, GravityCompat.START);
|
/external/chromium_org/base/test/ |
sequenced_task_runner_test_template.h | 31 enum Type { POST, START, END }; 73 // A task which runs |task|, recording the start and end events. 80 // Records a start event for task |i|. 109 // 2) Events for an individual tasks occur in the order {POST, START, END}, 111 // 3) The only events between a task's START and END events are the POSTs of
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.h | 129 Position start() const { return m_selection.start(); } function in class:WebCore::FrameSelection 132 // Return the renderer that is responsible for painting the caret (in the selection start node) 210 enum EPositionType { START, END, BASE, EXTENT }; 245 void updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end);
|
FrameSelection.cpp | 324 removingNodeRemovesPosition(node, m_selection.start()), removingNodeRemovesPosition(node, m_selection.end())); 335 Position start = m_selection.start(); local 338 updatePositionForNodeRemoval(start, &node); 342 if (start.isNotNull() && end.isNotNull()) { 344 m_selection.setWithoutValidation(start, end); 346 m_selection.setWithoutValidation(end, start); 352 // The base and/or extent are about to be removed, but the start and end aren't. 353 // Change the base and extent to the start and end, but don't re-validate the 354 // selection, since doing so could move the start and end into the nod 410 Position start = updatePositionAfterAdoptingTextReplacement(m_selection.start(), node, offset, oldLength, newLength); local 438 Position start = updatePostionAfterAdoptingTextNodesMerged(m_selection.start(), oldNode, offset); local 462 Position start = updatePostionAfterAdoptingTextNodeSplit(m_selection.start(), oldNode); local 1760 Node* start = m_frame->document()->focusedElement(); local 1795 Position start = this->start(); local [all...] |
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 30 START 39 fields, 2) the virtual start address of the library, used to compute the 98 Removes profiled calls not in shared library using start and end virtual 111 # print ("callee: " + hex (callee) + " start: " + hex (startAddr) + " end: " 164 ". Start: " + hex(trace_start) +
|
/external/clang/include/clang/AST/ |
DeclBase.h | 89 #define DECL_RANGE(BASE, START, END) \ 90 first##BASE = START, last##BASE = END, 91 #define LAST_DECL_RANGE(BASE, START, END) \ 92 first##BASE = START, last##BASE = END [all...] |
/external/elfutils/libelf/ |
gelf_xlate.c | 155 #define START(Bits, Name, EName) \
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 30 START, PHASE1, PHASE2_START, PHASE2_METHOD, 48 case START: 49 return "START"; 318 data->state = START; 451 case START:
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 245 protected void onTextChanged(CharSequence text, int start, int before, int after) { 246 super.onTextChanged(text, start, before, after); 285 Gravity.apply(Gravity.CENTER_VERTICAL | Gravity.START, mIcon.getIntrinsicWidth(), mIcon
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListItemFactory.java | 250 t1.setGravity(Gravity.START | Gravity.CENTER_VERTICAL);
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 100 case START:
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsUnavailableFragment.java | 135 mMessageView.setGravity(Gravity.START);
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 61 START,
|
VideoModel.java | 164 action = MediaAction.START;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 101 mText1.setEllipsize(TextUtils.TruncateAt.START); 161 // it to start animating, but it must first have been false or else the
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartView.java | 40 private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.START;
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 250 // we're not using bluetooth apparently, just start listening. 362 // we now have SCO connection and TTS, so we can start. 390 // we can't start recognizing until we get connected to the BluetoothHeadset 402 // before we can start listening. 410 // we're not using bluetooth apparently, just start listening. 473 // we now have SCO connection and TTS, so we can start. 514 // Normally, the we will start listening after the 525 // we are not using tts, so we just start listening again. 564 // We will not start listening until the utterance 630 private static final int START = 0; // beep detection star [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MatrixTest.java | 278 mMatrix.setRectToRect(r1, r2, ScaleToFit.START); 287 assertFalse(mMatrix.setRectToRect(r2, r1, ScaleToFit.START));
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
about_sys.js | 8 var DELIM_START = '---------- START ----------'; 148 // Skip start delimiter. 155 // Append lines between start and end delimiters.
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.cpp | 156 "START", 236 return START; 386 return START; 433 mAeInPrecapture ? "end" : "start"); 441 ALOGV("%s: Got precapture start", __FUNCTION__); 642 res = mBurstCapture->start(requests, mCaptureId);
|