HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 176 - 200 of 362) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/grub/docs/
texinfo.tex 65 % and turn on active characters that we couldn't do earlier because
68 \catcode`+=\active \catcode`\_=\active}
463 % Several utility definitions with active space:
682 \ifnum\catcode`\^^M=\active \else
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 137 * Sorts active entries first. If both entries are inactive, puts the one
138 * that was active most recently first. If both are active, uses source ID,
219 'active': EventsView.compareActive_,
328 if (filterInfo.parameter == 'active') {
453 // still active. This can result in incorrect sorting, until
  /external/qemu/audio/
audio_template.h 148 sw->active = 0;
446 if (conf.plive && sw && (!sw->active && !sw->empty)) {
532 return sw ? sw->active : 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 253 void EditorClient::setInputMethodState(bool active)
257 if (active)
263 if (active)
779 // where the 'commit' signal happens during filtering and there is no active
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 267 ArrayList<String> active = intent.getStringArrayListExtra( local
272 active.toArray(new String[active.size()]),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEclipseContext.java 328 IEditorPart active = AdtUtils.getActiveEditor(); local
329 if (active instanceof LayoutEditor) {
330 LayoutEditor editor = (LayoutEditor) active;
LintListDialog.java 373 IEditorPart active = AdtUtils.getActiveEditor();
374 if (active instanceof LayoutEditor) {
375 LayoutEditor editor = (LayoutEditor) active;
  /system/core/adb/
fdevent.c 161 int active; local
163 active = (fde->state & FDE_EVENTMASK) != 0;
175 if(active) {
176 /* we're already active. if we're changing to *no*
192 /* we're not active. if we're watching events, we need
  /external/oprofile/events/x86-64/hammer/
unit_masks 182 0x01 Number of clocks CPU is active when HTC is active (RevF)
183 0x02 Number of clocks CPU clock is inactive when HTC is active (RevF)
  /external/quake/quake/src/WinQuake/
sv_user.cpp 504 if (!host_client->active)
606 if (!host_client->active)
  /external/v8/test/mjsunit/
object-literal-overwrite.js 32 // Tests for the full code generator (if active).
  /external/webkit/Source/WebCore/inspector/
InspectorDebuggerAgent.cpp 130 void InspectorDebuggerAgent::setBreakpointsActive(ErrorString*, bool active)
132 if (active)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 128 #nav-buttons button:active {
  /hardware/ril/include/telephony/
ril.h 178 char isVoicePrivacy; /* nonzero if CDMA voice privacy mode is active */
189 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon16369
210 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon16370
306 * status 1 = active, 0 = not active
442 since each app can only have 1 active pers
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 484 ArrayList<String> active; field in class:WifiStateMachine.TetherStateChange
487 active = ac;
592 ArrayList<String> active = intent.getStringArrayListExtra(
594 sendMessage(CMD_TETHER_STATE_CHANGE, new TetherStateChange(available, active));
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 136 struct nand_chip *active; member in struct:nand_hw_control
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 136 struct nand_chip *active; member in struct:nand_hw_control
  /external/chromium/chrome/browser/extensions/
extension_prefs.h 162 // Similar to LastPingDay/SetLastPingDay, but for sending "days since active"
168 // A bit we use for determining if we should send the "days since active"
169 // ping. A value of true means the item has been active (launched) since the
172 void SetActiveBit(const std::string& extension_id, bool active);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 91 // The tab should be active.
107 // If set the newly inserted tab's opener is set to the active tab. If not
134 // Retrieve the index of the currently active TabContents.
135 int active_index() const { return selection_model_.active(); }
162 // foreground inherit the group of the previously active tab.
210 // Makes the tab at the specified index the active tab. |user_gesture| is true
  /external/clang/lib/CodeGen/
CGCleanup.cpp 142 // All other scopes are always active.
249 llvm::AllocaInst *active local
255 new llvm::StoreInst(Builder.getFalse(), active, &block->back());
258 Builder.CreateStore(Builder.getTrue(), active);
260 // Set that as the active flag in the cleanup.
262 assert(cleanup.getActiveFlag() == 0 && "cleanup already has active flag?");
263 cleanup.setActiveFlag(active);
443 // If there's an active flag, load it and skip the cleanup if it's
459 // Emit the continuation block if there was an active flag.
672 assert(!IsActive && "source without fallthrough for active cleanup")
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand.h 207 * @active: the mtd device which holds the controller currently
213 struct nand_chip *active; member in struct:nand_hw_control
  /external/kernel-headers/original/linux/raid/
md_k.h 198 atomic_t active; member in struct:mddev_s
218 atomic_t pending_writes; /* number of active superblock writes */
281 * 0 - fully active
  /external/libxml2/include/libxml/
xpath.h 499 int active,
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.c 268 "active : %s\n"
281 info.play.active ? "yes": "no");
  /external/quake/quake/src/QW/client/
cl_ents.c 30 qboolean active; member in struct:predicted_player
970 pplayer->active = false;
978 pplayer->active = true;
1036 if (!pplayer->active)

Completed in 1285 milliseconds

1 2 3 4 5 6 78 91011>>